Adwaita: no edge highlight
authorJakub Steiner <jimmac@gmail.com>
Wed, 15 Apr 2020 11:56:12 +0000 (13:56 +0200)
committerJakub Steiner <jimmac@gmail.com>
Wed, 15 Apr 2020 11:56:12 +0000 (13:56 +0200)
- Levelbars and progressbars are indicators, not controls. They don't
  need no affordance signifier. Make it flat!

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2494

gtk/theme/Adwaita/_common.scss

index 351c3094628f78b7208aac66b0ff6cd0c1136749..536b3859348194a4534d2e56548119186b4140df 100644 (file)
@@ -3178,7 +3178,6 @@ levelbar {
   // level bar colours
   > trough > block {
     border: 1px solid;
-    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
 
     &.low {
       border-color: if($variant == 'light', darken($warning_color, 10%), $borders_color);